home *** CD-ROM | disk | FTP | other *** search
/ CD Concept 7 / CD Concept 07.iso / pc / install.bat < prev    next >
DOS Batch File  |  1994-09-13  |  540b  |  26 lines

  1. @echo off
  2. if "%1" == "" goto error
  3. md %1\cyberia
  4. cd %1\cyberia
  5. copy dos4gw.exe  %1
  6. copy cyberia.exe %1
  7. copy ambiance.z94 %1
  8. copy footstep.z94 %1
  9. copy caljoy.exe  %1
  10. copy joy.def     %1
  11. copy demorig.def %1
  12. copy demo.bat %1
  13. copy cybplay.exe %1
  14. copy readme.txt %1
  15. copy readme.bat %1
  16. echo type caljoy to calibrate your joystick
  17. echo type cyberia to start the game
  18. echo type demo to start the demo
  19. echo type readme to read the instructions
  20. %1
  21. goto end
  22. :error
  23. echo type install c: to install the game on c:\cyberia
  24. :end
  25.  
  26.